Implement fallback for old draw_drawable vfunc
authorAlexander Larsson <alexl@redhat.com>
Tue, 11 Aug 2009 10:58:48 +0000 (12:58 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 11 Aug 2009 10:58:48 +0000 (12:58 +0200)
commit60fa0da96d43baec777f598467044fbd816c4c47
tree17ed9626fd19b0c9e5c6561808cdcb2590e513ba
parentf30cfd729a99f4d2a8b69f94a96b9385835ad59e
Implement fallback for old draw_drawable vfunc

GdkDrawable->draw_drawback was replaced with a new vfunc
draw_drawback_with_src that is now called from gdk_draw_drawable.
However, some code seems to call the vfunc directly (see bug #591288),
so make it chain to the new call.

Note that such direct vfunc calls are a bad idea and won't work for all
cases.
gdk/gdkdraw.c